projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e586dd2
)
Typo fix
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 27 Sep 2014 02:30:20 +0000
(22:30 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 27 Sep 2014 02:30:20 +0000
(22:30 -0400)
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index bdf67cb4ecbda611567a70ceb392b02b3ceecf99..496f9c1abac9e3ea2a87a40516f3bfc6d0eb58b4 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-2634,7
+2634,7
@@
gtk_range_multipress_gesture_pressed (GtkGestureMultiPress *gesture,
}
if (priv->grab_location == MOUSE_SLIDER);
- /* leave it to
grab
-begin to claim the sequence */
+ /* leave it to
::drag
-begin to claim the sequence */
else if (priv->grab_location != MOUSE_OUTSIDE)
gtk_gesture_set_state (priv->multipress_gesture, GTK_EVENT_SEQUENCE_CLAIMED);
}